*{
    margin:0;
    box-sizing: border-box;
}
body{
    background-image: url("../images/med.jpg");
    
    background-size: cover;
    opacity: 1;
}
.logo img{
    width: 500px;
}
    
.navbar{
    padding: 20px;
    padding: 40px 0;
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(30, 92, 92);
}
#hello{
    display: flex;
    flex-direction: row;
}
#hello a{
    margin-right: 30px;
    
    text-decoration: none;
    color:white;
    font-size: 18px;
    
}
#hello a:hover{
    background-color: rgb(33, 117, 99);
    transition: .5s;
    border-radius: 10px;
}
.NEWWISHES{
    margin-top: 5%;
    margin-left: 35%;
    font-size: xx-large;
    color: blue;
}